'Declaration Public Overloads Shared Function CreateCompositeProcessing<TTargetThe type of the target.>( _
ByVal nameИмя составной команды.As System.String, _
ByVal ParamArray processingCommandsКоманды обработки.As IProcessingCommand(Of TTarget) _
) As ProcessingCommand(Of TTarget) (Of TTargetThe type of the target.)
public static ProcessingCommand<TTarget> CreateCompositeProcessing<TTarget>(
System.String name,
params IProcessingCommand<TTarget> processingCommands
)
public: static ProcessingCommand<TTarget*>* CreateCompositeProcessing<TTarget>(
System.String name,
params IProcessingCommand<TTarget*>* processingCommands
)
generic<typename TTarget> public:
static ProcessingCommand<TTarget^>^ CreateCompositeProcessing(
System.String name,
... IProcessingCommand<TTarget^>^ processingCommands
)
Parameters
- name
- Имя составной команды.
- processingCommands
- Команды обработки.
Type Parameters
- TTarget
- The type of the target.
Return Value
Новый экземпляр класса CompositeProcessingCommand<TTarget>.